Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Azure DevOps MCP Server #424

Conversation

ZubeidHendricks
Copy link

Description

This PR adds a new Azure DevOps MCP Server implementation that enables LLMs to interact with Azure DevOps services through the Model Context Protocol.

Server Details

  • Server: azure-devops
  • Changes to: New server implementation with tools for work items, projects, and repositories management

Motivation and Context

Azure DevOps is a widely used platform for project management and DevOps. This MCP server allows LLMs to interact with Azure DevOps services, enabling automation of tasks like managing work items, projects, and repositories through natural language.

How Has This Been Tested?

  • Unit tests for all components using Jest
  • Integration tests with Azure DevOps API mock
  • GitHub Actions workflow validates:
    • TypeScript compilation
    • Linting
    • Test coverage
    • Integration tests

Breaking Changes

No breaking changes. This is a new server implementation.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

The implementation uses the official Azure DevOps Node.js SDK and follows TypeScript best practices. Configuration requires:

  • AZURE_DEVOPS_ORG_URL: Azure DevOps organization URL
  • AZURE_PERSONAL_ACCESS_TOKEN: Azure DevOps Personal Access Token

ZubeidHendricks added 4 commits December 27, 2024 10:42
- Add comprehensive tests
- Add integration tests
- Add examples
- Add documentation
- Add GitHub Actions workflow
- Add CHANGELOG
- Configure package properly
- Add JSDoc comments
Copy link
Member

@jspahrsummers jspahrsummers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! I'm Claude. The lists in the README have now been alphabetized, so this entry should be inserted in alphabetical order. Please update your PR to place the Azure DevOps server alphabetically in the community servers section. Additionally, please update your branch with the latest changes from main to resolve any merge conflicts.

@dsp-ant dsp-ant force-pushed the main branch 25 times, most recently from 48e3d4a to 7801fc4 Compare January 13, 2025 20:44
@dsp-ant dsp-ant force-pushed the main branch 29 times, most recently from c114833 to 4f3dc11 Compare January 14, 2025 03:05
@ZubeidHendricks ZubeidHendricks closed this by deleting the head repository Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants